home *** CD-ROM | disk | FTP | other *** search
/ Software USA 4 #10 / Software USA Volume 4.10.iso / pc / lifestyl / serlb23 / install / _setup.1 / BDEADMIN.EXE / 0 / RCDATA / TNEWDRIVERFORM / TNEWDRIVERFORM.txt
Text File  |  1997-07-16  |  2KB  |  96 lines

  1. object NewDriverForm: TNewDriverForm
  2.   Left = 83
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'New ODBC Driver'
  7.   ClientHeight = 280
  8.   ClientWidth = 251
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object GroupBox1: TGroupBox
  17.     Left = 8
  18.     Top = 8
  19.     Width = 233
  20.     Height = 49
  21.     Caption = 'Driver Name'
  22.     TabOrder = 0
  23.     object DriverName: TEdit
  24.       Left = 8
  25.       Top = 16
  26.       Width = 217
  27.       Height = 21
  28.       TabOrder = 0
  29.     end
  30.   end
  31.   object BtnOK: TButton
  32.     Left = 8
  33.     Top = 248
  34.     Width = 75
  35.     Height = 25
  36.     Caption = 'OK'
  37.     Default = True
  38.     ModalResult = 1
  39.     TabOrder = 1
  40.     OnClick = BtnOKClick
  41.   end
  42.   object BtnCancel: TButton
  43.     Left = 88
  44.     Top = 248
  45.     Width = 75
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = 'Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52.   object BtnHelp: TButton
  53.     Left = 168
  54.     Top = 248
  55.     Width = 75
  56.     Height = 25
  57.     Caption = '&Help'
  58.     TabOrder = 3
  59.     OnClick = BtnHelpClick
  60.   end
  61.   object GroupBox2: TGroupBox
  62.     Left = 8
  63.     Top = 64
  64.     Width = 233
  65.     Height = 49
  66.     Caption = 'ODBC Driver Name'
  67.     TabOrder = 4
  68.     object ComboODBCDriver: TComboBox
  69.       Left = 8
  70.       Top = 16
  71.       Width = 217
  72.       Height = 21
  73.       ItemHeight = 13
  74.       TabOrder = 0
  75.       OnChange = ComboODBCDriverChange
  76.     end
  77.   end
  78.   object GroupBox3: TGroupBox
  79.     Left = 8
  80.     Top = 120
  81.     Width = 233
  82.     Height = 113
  83.     Caption = 'Select Data Sources to Create Aliases'
  84.     TabOrder = 5
  85.     object ListDSN: TListBox
  86.       Left = 8
  87.       Top = 16
  88.       Width = 217
  89.       Height = 89
  90.       ItemHeight = 13
  91.       MultiSelect = True
  92.       TabOrder = 0
  93.     end
  94.   end
  95. end
  96.